home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TQRLABELEDITORFORM / TQRLABELEDITORFORM.txt
Text File  |  2004-10-21  |  2KB  |  127 lines

  1. object QRLabelEditorForm: TQRLabelEditorForm
  2.   Left = 324
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'Text Settings'
  6.   ClientHeight = 181
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object GroupBox1: TGroupBox
  15.     Left = 6
  16.     Top = 6
  17.     Width = 311
  18.     Height = 123
  19.     Caption = 'Properties'
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 10
  23.       Top = 28
  24.       Width = 21
  25.       Height = 13
  26.       Caption = 'Text'
  27.     end
  28.     object Label2: TLabel
  29.       Left = 10
  30.       Top = 58
  31.       Width = 28
  32.       Height = 13
  33.       Caption = 'Width'
  34.     end
  35.     object Label3: TLabel
  36.       Left = 10
  37.       Top = 86
  38.       Width = 31
  39.       Height = 13
  40.       Caption = 'Height'
  41.     end
  42.     object Value: TEdit
  43.       Left = 54
  44.       Top = 26
  45.       Width = 227
  46.       Height = 21
  47.       TabOrder = 0
  48.       Text = 'Value'
  49.     end
  50.     object AutoSize: TCheckBox
  51.       Left = 182
  52.       Top = 52
  53.       Width = 95
  54.       Height = 17
  55.       Caption = 'Autosize'
  56.       TabOrder = 1
  57.     end
  58.     object Stretch: TCheckBox
  59.       Left = 182
  60.       Top = 72
  61.       Width = 97
  62.       Height = 17
  63.       Caption = 'Stretch'
  64.       TabOrder = 2
  65.     end
  66.     object Transparent: TCheckBox
  67.       Left = 182
  68.       Top = 92
  69.       Width = 97
  70.       Height = 17
  71.       Caption = 'Transparent'
  72.       TabOrder = 3
  73.     end
  74.     object Width: TMaskEdit
  75.       Left = 54
  76.       Top = 54
  77.       Width = 51
  78.       Height = 21
  79.       EditMask = '9999'
  80.       MaxLength = 4
  81.       TabOrder = 4
  82.       Text = '    '
  83.     end
  84.     object Height: TMaskEdit
  85.       Left = 54
  86.       Top = 82
  87.       Width = 51
  88.       Height = 21
  89.       EditMask = '9999'
  90.       MaxLength = 4
  91.       TabOrder = 5
  92.       Text = '    '
  93.     end
  94.   end
  95.   object OKBtn: TButton
  96.     Left = 152
  97.     Top = 144
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 1
  104.   end
  105.   object Button4: TButton
  106.     Left = 240
  107.     Top = 144
  108.     Width = 75
  109.     Height = 25
  110.     Cancel = True
  111.     Caption = 'Cancel'
  112.     ModalResult = 2
  113.     TabOrder = 2
  114.   end
  115.   object FontDialog1: TFontDialog
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clWindowText
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     MinFontSize = 0
  122.     MaxFontSize = 0
  123.     Left = 262
  124.     Top = 114
  125.   end
  126. end
  127.